home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 002 / _xhelp / !XHELP / TEXTFILE < prev   
Encoding:
Text File  |  1992-02-27  |  8.2 KB  |  381 lines

  1. {!title  - -  The index into the !Landing help file - -}
  2.  
  3.  
  4.  !Landing
  5.  
  6.  (c) January 1992, Dirk-Willem van Gulik
  7. {!index Introduction}
  8.  This silly thing will play a {ësound sample}
  9.  recorded during the landing of the space
  10.  shuttle. It was recorded on an Apple
  11.  Macintosh. Just {ëDoubleClick} with {ëselect}
  12.  on the {ëapplication}. It will terminate
  13.  after playing the {ësample}.
  14.  
  15.  The programme sets up he voices, tuning
  16.  and timing needed, and starts the sound.
  17.  
  18.  After that it will take about 15 seconds
  19.  to play the sample during which you can
  20.  preform any other (boot) activities.
  21.  
  22.  Finally {ëpoll-idlle} will promt the 
  23.  programme to quit and release the memory
  24.  used. As the voice module is quite large
  25.  this is a neccessity rather than luxery.
  26.  
  27. {!index The Reasons Why..} The GRAND reason why...
  28.  
  29.  I've created the thing to liven up my
  30.  boot- <Yuk, this sounds like and {ëMSDom} 
  31.  sequence>, hence the {ëPollIdlle}.....
  32.  
  33. {!index The (c) claim...} Feel free to copy. modify, or rape this 
  34.  programme as long as the original !Help
  35.  file, the (c) claims and the original 
  36.  !Help-message data are supplied along.
  37.  
  38. {!index Important, read this} The author loves to receive feedback, 
  39.  {ëapplepies} and {ëchrismascards}.
  40.  
  41. {!index Author and his Address}{<Here}
  42.  Lots of Love,  
  43.   Dirk-Willem van Gulik
  44.  
  45.  
  46. . Landgoed "Leeuwzicht"
  47.   Lipperkerkstraat 290
  48.   7533 AK Enschede
  49.   The Netherlands.
  50.  
  51. . Email : dwvgulik@utwente.nl
  52.           iaps@phys.uva.nl
  53.           Dirk Gulik at UT-BBS, 053 898005
  54.  
  55.                 .
  56.                  
  57.                 .
  58.  
  59.                 .
  60.  
  61.                 .
  62.  
  63. {!index Boring disclaimer} The Disclaimer
  64.  
  65.  This software is supplied 'as-it-is', using
  66.  it remains at your own risk, and no assmump-
  67.  tions regarding its use, safery or inner wor-
  68.  kings should be made.
  69.  
  70.                 .
  71.  
  72.                 .
  73.  
  74.                 .
  75.  
  76.                 .
  77.  
  78.                 .
  79.  
  80.                 .
  81.                 
  82.                 .
  83.  
  84.                 .
  85.                 
  86.  
  87. -------------------------------------------------
  88. {!index References to dificult words}
  89.               Reference section
  90. -------------------------------------------------
  91.  
  92.  {<sound sample}{<sample}
  93.  {!index - Samples}* Sound Samples...
  94.  
  95.  Soundsamples generally come in various tastes,
  96.  however the can be described as a long list
  97.  of values, representing a certain 'volume'
  98.  which is send to the sound system.
  99.  
  100.  This is done very quickly, several thousands
  101.  of values a second. As these values tend to
  102.  change quickly, so does the 'volume' of your
  103.  speaker. i.e. the speaker starts vibrating.
  104.  
  105.  The trick is of course to control this 'vi-
  106.  bration'. This is very similar to what is done
  107.  on a record. The tiny grooves contain small
  108.  vibrations which are send, grossly enlarged,
  109.  to the speaker.
  110.  
  111.  A regular vibration, a 'sine wave' shaped 
  112.  variation for example send to the speaker
  113.  at sufficient speed, will be heard as a
  114.  tone. The shape often inherits a lot from
  115.  the machine which made the sound. A piano
  116.  snare will give lovely shaped flowing
  117.  waves, like small or large waves in a quiet
  118.  pond. A 'sreek', for example a piese of chalk
  119.  on the blackbord making that well known terible
  120.  noice has a mush more violent charactar, sharp
  121.  peaks quickly rising up, disturbing the
  122.  lovely shape.
  123.  
  124.  Suppose a groove on a record, like this one,
  125.  imagine it to be a continious curve :
  126.  
  127.         __        ____  __--__
  128.     -_--  --_-_---    --      ----
  129.  
  130.  This can be translated into numerical data,
  131.  quatisized.. like this,
  132.  
  133.  3       __        ____  __--__
  134.  2   -_--  --_-_---    --      ----
  135.  1
  136.      212233221212223333223344332222
  137.  
  138.  This is often, althoug not exactly correctly,
  139.  called 'digitalizing' a analoque signal.
  140.  
  141.  In a computer the 2122...22 sequece is often
  142.  called a sample. It is stored digitally along
  143.  with some other data telling the player-
  144.  programme about the speed, time, and 
  145.  quatisizing method.
  146.  
  147.  The player programme simply sends the values to
  148.  a digital to analoque converter. Each number
  149.  is translated to a voltage. This rapidly varing
  150.  voltage is the audio signal.
  151.  
  152.  In this {ëapplication} the 'module' contains
  153.  both the sample data, the long strings of
  154.  values send to the speaker and the player
  155.  programme which knows how to send the string
  156.  of values, and at what speed.
  157.  
  158.  
  159.  ---------------------------------------------
  160.  
  161.                    .
  162.  
  163.                    .
  164.  
  165.                    .
  166.  
  167.                    .
  168.  
  169.  ---------------------------------------------
  170.  {<DoubleClick}{<select}{<Menu}{!index - Mouse handling}
  171.  * Mouse oparations.
  172.  
  173.  Really. I've to refer you to the welcome
  174.  quide for all this, and I do not understand
  175.  how you've got here in the first place..
  176.  
  177.  However, just to be on the safe side..
  178.  
  179.  The mouse has three buttons, called, from
  180.  left to right, SELECT, MENU, and ADJUST.
  181.  
  182.  Pressing a button is called Clicking, pressing
  183.  it twice, very quicly, whilst not moving the 
  184.  mouse, a major feat!, is called double clicking.
  185.  
  186.  
  187.  
  188.  ---------------------------------------------
  189.                    .
  190.  
  191.  
  192.                    .
  193.  
  194.  
  195.                    .
  196.  
  197.  
  198.                    .
  199.  ---------------------------------------------
  200.  {<application}{!index - About applications}
  201.  * Applications.....
  202.  
  203.  An application is a programme.
  204.  
  205.  It appears in the 'filer' window as a little
  206.  picture, a landing shuttle this time, with
  207.  a name, preceeded by a pling underneath.
  208.  
  209.  You can run an application by {ëDoubleClick}-
  210.  ing with {ëselect} on it.
  211.  
  212.  You can ask help by pressing {ëMenu} over it,
  213.  and moving to the second leaf menu, from the
  214.  top, with the 'Help' item appearing at the
  215.  bottom of the list.
  216.  
  217.  The application lives in a directory along
  218.  with its frieds, special files with well-
  219.  defined names. You can open the directory
  220.  by {ëDoubleClick}ing with {ëselect} on it 
  221.  whilst holding the SHIFT key.
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  ---------------------------------------------
  232.  
  233.  
  234.  
  235.  ---------------------------------------------
  236.  * {<poll-idlle}{êPollIdlle}{!index - Poll_Idlle}
  237.  
  238.  This is a technical term, see page 1148 of
  239.  the advanced reference manual. 
  240.  
  241.  All it means is that the application asks
  242.  as little processor time as possible during
  243.  its live.
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  ---------------------------------------------
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  ---------------------------------------------
  268.  {<applepies}{!index - Applepie recepie}* Applepies...
  269.  
  270.  Do not you love them !!
  271.  
  272.  Here is what you need.
  273.  - a spare afternoon
  274.  - NO computer
  275.  - 2 apples, grannies will do.
  276.  - 300 gram of flour.
  277.  - 200 gram of butter, margerine.
  278.  - 100 gram of brown sugar.
  279.    This is for a SMALLish pie, multiply the last
  280.    four items, but not the first two by any
  281.    'real' number you like.
  282.  
  283.  Mix the last three ingredients well. Add a
  284.  wee but of salt and perhaps a bit of
  285.  lemon(scrapings). Put a fifth of this smooth
  286.  paste apart and spread the big lump thinly
  287.  in a pie-tin, (or any other shape...)
  288.  
  289.  Slice the apples into tiny bits, thins slices
  290.  look best. Add plenty of raizins, a bit of
  291.  sugar, lemonjuice, and canel. Mix well. Make
  292.  sure it is not toooo wet.
  293.  
  294.  Throw this in the pie tin. Use the remainder 
  295.  of the paste to make a nice netting, or any 
  296.  other covering, and spread this over the 
  297.  apple/raizin mix. 
  298.  
  299.  Put all this into the oven, 4-6 , wait for
  300.  about 45 minutes. Heat up some apricot jam,
  301.  when it starts melting, pour it out over the
  302.  cake. Add a bit of fresh clotted cream with
  303.  lots of sugar, just before serving....
  304.  
  305.  Hapy eating 
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  ---------------------------------------------
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  ---------------------------------------------
  320.  {<chrismascards}{!index - Chrismascards}
  321.  *Chrismascards.
  322.  
  323.  Any card will do, really, however, before you
  324.  rush out the the postoffice, I would like to
  325.  ask you a serious favour, I share a house with
  326.  two other people, Valentin and Adinda, please
  327.  do not make them yealous, send them, or even
  328.  better us a lovely greeting..
  329.  
  330.  Click {ëHere} to see my address
  331.  
  332.  Love yee all...........
  333.  
  334.  Dirk.
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  ---------------------------------------------
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  And this is the end of the Xreferenced Help 
  358.  file.. Do not you love it...
  359.  
  360.  Lots of love DW.
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. {êMSDom}
  368.  
  369.  YOU REALLY SHOULD NOT HAVE HEARD ABOUT THESE
  370.  BEASTS. NEITHER INQUIRE ABOUT..
  371.  
  372.  FORGET IT, GET OUT OF THIS SECTION...
  373.  
  374.  general surgeons warning
  375.  
  376.  This text will affect your health. Reading
  377.  it will cause diseases, cancer, various virus
  378.  infection, sore fingers grown to the Ctrl, Alt,
  379.  and delete keys, square eyes and impatience.
  380.  
  381.